home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / cdp300.zip / CDP.DOC < prev   
Text File  |  1991-11-17  |  4KB  |  96 lines

  1.  
  2.                                 CD PLUS 3.0
  3.  
  4.  
  5.                                OCTOBER 18, 1991
  6.  
  7.        CDP is freeware, which means individuals can use this program
  8.        free of charge, forever.
  9.  
  10.        SUPPORT:  You have two choices:  You can either E-Mail me or
  11.        send me a letter.
  12.  
  13.           ■  via E-Mail
  14.  
  15.                RIME:    EDSHOME->WILL HOBDAY
  16.                WWIV:    2@3120
  17.  
  18.           ■  via US Mail
  19.  
  20.                Will Hobday
  21.                14204 Pioneer Circle
  22.                Glenelg, MD 21737
  23.  
  24.  
  25.  
  26. --------------------------------------------------------------------------------
  27.  
  28. PURPOSE:
  29.  
  30.        CD PLUS is basically an 'enhancement' to the DOS CD command.  It
  31.        is not like Norton NCD or any of its many clones nor is it meant
  32.        to be.  There are no command line switches, no external files, no
  33.        directory trees, no bells, no whistles, no windows, just CD PLUS
  34.        plain and simple.
  35.  
  36.        CDP's premise is not new, there are dozens of similar programs out
  37.        there.  They all lacked the things I most desired -> SPEED and
  38.        SIMPLICITY!  Most of them maintained seperate directory indexes and
  39.        search files which not only had to be searched, but also had to be
  40.        updated; much to much overhead!  Others would ask for conformation
  41.        upon conformation.  There had to be a faster way.  Nothing seemed
  42.        as simple to use or as fast as plain ol' DOS!  Thus CDP was born!
  43.        CDP is written in 100% hand-optimized assembly.  I believe it to be
  44.        the fastest as well as the smallest after market directory changer.
  45.        I hope you enjoy it.......
  46.  
  47. --------------------------------------------------------------------------------
  48.  
  49. USAGE:
  50.  
  51.        If you've ever used CD then CDP should come natural.  It works
  52.        exactly the same as DOS's CD!!  Directory names can be seperated by
  53.        any number and combination of the following chars '/','\', or ' '.
  54.        If CDP is unable to find the requested directory it will take its
  55.        best guess and change to that directory.  You will find this feature
  56.        VERY handy when it comes to typing mistakes.  Typing CDP alone will
  57.        do one of two things.  It will take you to the first directory up the
  58.        tree if it exists, otherwise it takes you the parent dir.  Well,
  59.        thats about it, pretty simple, huh?
  60.  
  61. --------------------------------------------------------------------------------
  62.  
  63. RECOMMENDED USAGE:
  64.  
  65.        To get the most effective use of CDP I recommend using it with a
  66.        command line editor that supports aliasing such as Anarkey, CED,
  67.        etc.  Set CDP up under the alias 'CD'.  Therefore, when you type
  68.        'cd ' at the DOS prompt CDP will be called and when you type 'cd\'
  69.        DOS CD will be called.  Pretty neat, huh?
  70.  
  71. --------------------------------------------------------------------------------
  72.  
  73. REVISION HISTORY:
  74.         3.0     Major Enhancement
  75.                 - added some "fuzzy" logic
  76.  
  77.         2.4     Minor Enhancement
  78.                 - works from current directory or root
  79.  
  80.         2.3     Released to public
  81.                 - added functions for no parameters
  82.  
  83.         2.2     Minor Bug
  84.                 - wasn't flushing directory buffer correctly
  85.  
  86.         2.1     Optimized procedures
  87.                 - i.e. removed calls and made use of macros
  88.  
  89.         2.0     Total rewrite
  90.                 - Discovered much better way to do it
  91.  
  92.         1.2     First fully working version
  93.                 - ungainly as hell
  94.  
  95. --------------------------------------------------------------------------------
  96.